Skip to main content

DetAlgorithms

DetAlgorithms provides libraries for secure and synchronized data sharing between real-time threads. The benefits of the libraries include the fearless implementation of concurrency in hard real-time systems, which is already known to be cumbersome an error-prone in regular best-effort systems. Furthermore, you can easily couple real-time and non-real-time workloads, with a collection of different data structures. These provide the right solution for many producer-consumer and multi-producer-multi-consumer scenarios. This enables you to implement features only in real-time if they really need it and make use of any library you want. This saves resources by using your hardware more efficiently.